home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
c
/
gcc261ud-c.lha
/
gnu
/
os-include
/
proto
/
mathieeesingtrans.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
298b
|
13 lines
#ifndef PROTO_MATHIEEESINGTRANS_H
#define PROTO_MATHIEEESINGTRANS_H
#include <clib/mathieeesingtrans_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/mathieeesingtrans.h>
#endif
#ifndef __NOLIBBASE__
extern struct MathIEEEBase *MathIeeeSingTransBase;
#endif
#endif